home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Applications
/
NotePads
/
Notes
/
Source
/
Notes_main.m
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-06-25
|
240 b
|
16 lines
/*
* Generated by the NeXT Interface Builder.
*/
#import <stdlib.h>
#import "Main.h"
void main(int argc, char *argv[])
{
NXApp = [Main new];
[NXApp loadNibSection:"Notes.nib" owner:NXApp];
[NXApp run];
[NXApp free];
exit(0);
}